home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Nebula 1
/
Nebula One.iso
/
Educational
/
HodgePodge3
/
Source
/
Rules.m
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-06-12
|
234 b
|
13 lines
// Rules.m -- rule object, to be overridden
// C King Software, 9/92
#import "Rules.h"
@implementation Rules
- (void)restart :(int)cold {}
- (void)resize {}
- (void)compute :(screen_image *)to_screen {}
@end